home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples1.3.Lha / Examples / BlockInput / ReadMe < prev   
Encoding:
Text File  |  1994-04-14  |  1.2 KB  |  27 lines

  1. BlockInput.bas - How to block a window (when busy)
  2. ========================================================
  3.  
  4. Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
  5.  
  6. This is a variant on the Commodore example "Using a requester to block window
  7. input" taken from the Libraries RKM p.207.
  8.  
  9. The example shows how to use a requester to block input from the user whilst
  10. the application is busy. Busy pointer handling is split off into a separate
  11. file BLib/BusyPointer.bas; this code can be reused in any program which needs
  12. a busy pointer. For Workbench before 3.0 it simply allocates the imagery for
  13. a standard busy pointer (as shown in the Amiga User Interface Style Guide),
  14. or for versions of Workbench after 3.0 uses the built in busy pointer
  15. handling.
  16.  
  17. The example will work on all non-obsolete versions of Workbench (V33 and
  18. above).
  19.  
  20. Compiling
  21. ---------
  22. Load the BlockInput_inc.bh file and Tokenise it (Program-Tokenise), making
  23. sure you have no token file selected in the File Options (Settings-Compiler-
  24. Files). Once you have your token file, set the File Options-Token File setting
  25. to the BlockInput_inc.t file just created. Load the BlockInput.bas file,
  26. compile & run it.
  27.